[NET] front: Include linux/moduleparam.h since we use module_param_*
authorIan Campbell <ian.campbell@xensource.com>
Thu, 5 Oct 2006 13:07:57 +0000 (14:07 +0100)
committerIan Campbell <ian.campbell@xensource.com>
Thu, 5 Oct 2006 13:07:57 +0000 (14:07 +0100)
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c

index a3bc9acc5f34a0e9f896690e79949ae2835b7279..b147ee0256bd520a14abaebcee71395de930d71d 100644 (file)
@@ -47,6 +47,7 @@
 #include <linux/in.h>
 #include <linux/if_ether.h>
 #include <linux/io.h>
+#include <linux/moduleparam.h>
 #include <net/sock.h>
 #include <net/pkt_sched.h>
 #include <net/arp.h>